730 research outputs found

    Robot Navigation in Unseen Spaces using an Abstract Map

    Full text link
    Human navigation in built environments depends on symbolic spatial information which has unrealised potential to enhance robot navigation capabilities. Information sources such as labels, signs, maps, planners, spoken directions, and navigational gestures communicate a wealth of spatial information to the navigators of built environments; a wealth of information that robots typically ignore. We present a robot navigation system that uses the same symbolic spatial information employed by humans to purposefully navigate in unseen built environments with a level of performance comparable to humans. The navigation system uses a novel data structure called the abstract map to imagine malleable spatial models for unseen spaces from spatial symbols. Sensorimotor perceptions from a robot are then employed to provide purposeful navigation to symbolic goal locations in the unseen environment. We show how a dynamic system can be used to create malleable spatial models for the abstract map, and provide an open source implementation to encourage future work in the area of symbolic navigation. Symbolic navigation performance of humans and a robot is evaluated in a real-world built environment. The paper concludes with a qualitative analysis of human navigation strategies, providing further insights into how the symbolic navigation capabilities of robots in unseen built environments can be improved in the future.Comment: 15 pages, published in IEEE Transactions on Cognitive and Developmental Systems (http://doi.org/10.1109/TCDS.2020.2993855), see https://btalb.github.io/abstract_map/ for access to softwar

    Globally minimal surfaces by continuous maximal flows

    Get PDF
    In this paper we address the computation of globally minimal curves and surfaces for image segmentation and stereo reconstruction. We present a solution, simulating a continuous maximal flow by a novel system of partial differential equations. Existing methods are either grid-biased (graph-based methods) or sub-optimal (active contours and surfaces). The solution simulates the flow of an ideal fluid with isotropic velocity constraints. Velocity constraints are defined by a metric derived from image data. An auxiliary potential function is introduced to create a system of partial differential equations. It is proven that the algorithm produces a globally maximal continuous flow at convergence, and that the globally minimal surface may be obtained trivially from the auxiliary potential. The bias of minimal surface methods toward small objects is also addressed. An efficient implementation is given for the flow simulation. The globally minimal surface algorithm is applied to segmentation in 2D and 3D as well as to stereo matching. Results in 2D agree with an existing minimal contour algorithm for planar images. Results in 3D segmentation and stereo matching demonstrate that the new algorithm is robust and free from grid bias

    Globally Optimal Surfaces By Continuous Maximal Flows

    Get PDF
    In this paper we consider the problem of computing globally minimal continuous curves and surfaces for image segmentation and 3D reconstruction. This is solved using a maximal flow approach expressed as a PDE model. Previously proposed techniques yield either grid-biased solutions (graph based approaches) or sub-optimal solutions (active contours and surfaces). The proposed algorithm simulates the flow of an ideal fluid with a spatially varying velocity constraint derived from image data. A proof is given that the algorithm gives the globally maximal flow at convergence, along with an implementation scheme. The globally minimal surface may be obtained trivially from its output. The new algorithm is applied to segmentation in 2D and 3D medical images and to 3D reconstruction from a stereo image pair. The results in 2D agree remarkably well with an existing planar minimal contour algorithm and the results in 3D segmentation and reconstruction demonstrate that the new algorithm is free from grid bias

    Place Categorization and Semantic Mapping on a Mobile Robot

    Full text link
    In this paper we focus on the challenging problem of place categorization and semantic mapping on a robot without environment-specific training. Motivated by their ongoing success in various visual recognition tasks, we build our system upon a state-of-the-art convolutional network. We overcome its closed-set limitations by complementing the network with a series of one-vs-all classifiers that can learn to recognize new semantic classes online. Prior domain knowledge is incorporated by embedding the classification system into a Bayesian filter framework that also ensures temporal coherence. We evaluate the classification accuracy of the system on a robot that maps a variety of places on our campus in real-time. We show how semantic information can boost robotic object detection performance and how the semantic map can be used to modulate the robot's behaviour during navigation tasks. The system is made available to the community as a ROS module

    Electron interferometry with nano-gratings

    Get PDF
    We present an electron interferometer based on near-field diffraction from two nanostructure gratings. Lau fringes are observed with an imaging detector, and revivals in the fringe visibility occur as the separation between gratings is increased from 0 to 3 mm. This verifies that electron beams diffracted by nanostructures remain coherent after propagating farther than the Talbot length zT=2d2/λz_T = 2d^2/\lambda = 1.2 mm, and hence is a proof of principle for the function of a Talbot-Lau interferometer for electrons. Distorted fringes due to a phase object demonstrates an application for this new type of electron interferometer.Comment: 4 pgs, 6 figure

    Application of the Gillespie algorithm to a granular intruder particle

    Full text link
    We show how the Gillespie algorithm, originally developed to describe coupled chemical reactions, can be used to perform numerical simulations of a granular intruder particle colliding with thermalized bath particles. The algorithm generates a sequence of collision ``events'' separated by variable time intervals. As input, it requires the position-dependent flux of bath particles at each point on the surface of the intruder particle. We validate the method by applying it to a one-dimensional system for which the exact solution of the homogeneous Boltzmann equation is known and investigate the case where the bath particle velocity distribution has algebraic tails. We also present an application to a granular needle in bath of point particles where we demonstrate the presence of correlations between the translational and rotational degrees of freedom of the intruder particle. The relationship between the Gillespie algorithm and the commonly used Direct Simulation Monte Carlo (DSMC) method is also discussed.Comment: 13 pages, 8 figures, to be published in J. Phys. A Math. Ge

    Multiplicative Controller Fusion: Leveraging Algorithmic Priors for Sample-efficient Reinforcement Learning and Safe Sim-To-Real Transfer

    Full text link
    Learning-based approaches often outperform hand-coded algorithmic solutions for many problems in robotics. However, learning long-horizon tasks on real robot hardware can be intractable, and transferring a learned policy from simulation to reality is still extremely challenging. We present a novel approach to model-free reinforcement learning that can leverage existing sub-optimal solutions as an algorithmic prior during training and deployment. During training, our gated fusion approach enables the prior to guide the initial stages of exploration, increasing sample-efficiency and enabling learning from sparse long-horizon reward signals. Importantly, the policy can learn to improve beyond the performance of the sub-optimal prior since the prior's influence is annealed gradually. During deployment, the policy's uncertainty provides a reliable strategy for transferring a simulation-trained policy to the real world by falling back to the prior controller in uncertain states. We show the efficacy of our Multiplicative Controller Fusion approach on the task of robot navigation and demonstrate safe transfer from simulation to the real world without any fine-tuning. The code for this project is made publicly available at https://sites.google.com/view/mcf-nav/homeComment: Accepted for presentation at IROS2020. Project site available at https://sites.google.com/view/mcf-nav/hom

    Residual Reactive Navigation: Combining Classical and Learned Navigation Strategies For Deployment in Unknown Environments

    Full text link
    In this work we focus on improving the efficiency and generalisation of learned navigation strategies when transferred from its training environment to previously unseen ones. We present an extension of the residual reinforcement learning framework from the robotic manipulation literature and adapt it to the vast and unstructured environments that mobile robots can operate in. The concept is based on learning a residual control effect to add to a typical sub-optimal classical controller in order to close the performance gap, whilst guiding the exploration process during training for improved data efficiency. We exploit this tight coupling and propose a novel deployment strategy, switching Residual Reactive Navigation (sRRN), which yields efficient trajectories whilst probabilistically switching to a classical controller in cases of high policy uncertainty. Our approach achieves improved performance over end-to-end alternatives and can be incorporated as part of a complete navigation stack for cluttered indoor navigation tasks in the real world. The code and training environment for this project is made publicly available at https://sites.google.com/view/srrn/home.Comment: Accepted as a conference paper at ICRA2020. Project site available at https://sites.google.com/view/srrn/hom

    Exact solution of a one-dimensional Boltzmann equation for a granular tracer particle

    Full text link
    We consider a one-dimensional system consisting of a granular tracer particle of mass MM in a bath of thermalized particles each of mass mm. When the mass ratio, M/mM/m, is equal to the coefficient of restitution, α\alpha, the system maps to a a one-dimensional elastic gas. In this case, Boltzmann equation can be solved exactly. We also obtain expressions for the velocity autocorrelation function and the diffusion coefficient. Numerical simulations of the Boltzmann equation are performed for M/m≠αM/m\neq \alpha where no analytical solution is available. It appears that the dynamical features remain qualitatively similar to those found in the exactly solvable case.Comment: 17 pages, 3 figures, Accepted in Physica

    Effectiveness of physical conditioning practices for female military personnel

    Get PDF
    Aim: to investigate the most effective physical conditioning practices for female military personnel.Design: Systematic review.Method: Following the PRISMA guidelines and protocol registered with OSF, PubMed, Embase, CINAHL, SPORTDiscus, and reference lists of included studies were searched using the themes ‘female’, ‘military’ and ‘conditioning’. Dedicated inclusion and exclusion criteria were applied. Critical appraisal and data extraction were performed independently by two authors.Results: Seven of 6,317 citations were included in the study. The mean quality score of the studies was considered ‘good’ (64.4±16.4%). All included studies incorporated strength and aerobic endurance training as a training paradigm; 71% included power specific training; and 43% included occupational specific task training. Improvements in fitness included 50% increase of 1-RM strength, 18.4% increase in VO2max and 14.1% decrease in pack march time.Conclusion: The volume of evidence suggests that several training modalities, including strength, power, and aerobic endurance, can optimise both training adaptations and occupational performance for female soldiers. This review provides summary evidence to assist in informing optimal training practices and guide future direction of research
    • …
    corecore